Strict Standards: Non-static method Configure::read() should not be called statically in /var/www/clients/client1/web85/web/cake/basics.php on line 122
Strict Standards: Non-static method Configure::getInstance() should not be called statically in /var/www/clients/client1/web85/web/cake/libs/configure.php on line 319
Warning (2): Missing argument 1 for PostsController::view(), called in /var/www/clients/client1/web85/web/cake/libs/object.php on line 115 and defined [APP/controllers/posts_controller.php, line 80]
Code
Strict Standards: Non-static method Configure::read() should not be called statically in
/var/www/clients/client1/web85/web/cake/basics.php on line
324
Strict Standards: Non-static method Configure::getInstance() should not be called statically in
/var/www/clients/client1/web85/web/cake/libs/configure.php on line
319
}
function view($url) {
Strict Standards: Non-static method Configure::read() should not be called statically in
/var/www/clients/client1/web85/web/cake/basics.php on line
324
Strict Standards: Non-static method Configure::getInstance() should not be called statically in
/var/www/clients/client1/web85/web/cake/libs/configure.php on line
319
PostsController::view() - APP/controllers/posts_controller.php, line 80
Object::dispatchMethod() - CORE/cake/libs/object.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
require - APP/webroot/index.php, line 84
[main] - CORE/index.php, line 79
Strict Standards: Non-static method Configure::read() should not be called statically in /var/www/clients/client1/web85/web/cake/basics.php on line 122
Strict Standards: Non-static method Configure::getInstance() should not be called statically in /var/www/clients/client1/web85/web/cake/libs/configure.php on line 319
Notice (8): Undefined variable: url [APP/controllers/posts_controller.php, line 81]
Code
Strict Standards: Non-static method Configure::read() should not be called statically in
/var/www/clients/client1/web85/web/cake/basics.php on line
324
Strict Standards: Non-static method Configure::getInstance() should not be called statically in
/var/www/clients/client1/web85/web/cake/libs/configure.php on line
319
function view($url) {
$post = $this->Post->findByUrl($url);
Strict Standards: Non-static method Configure::read() should not be called statically in
/var/www/clients/client1/web85/web/cake/basics.php on line
324
Strict Standards: Non-static method Configure::getInstance() should not be called statically in
/var/www/clients/client1/web85/web/cake/libs/configure.php on line
319
PostsController::view() - APP/controllers/posts_controller.php, line 81
Object::dispatchMethod() - CORE/cake/libs/object.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
require - APP/webroot/index.php, line 84
[main] - CORE/index.php, line 79
Strict Standards: Non-static method Configure::read() should not be called statically in /var/www/clients/client1/web85/web/cake/basics.php on line 221
Strict Standards: Non-static method Configure::getInstance() should not be called statically in /var/www/clients/client1/web85/web/cake/libs/configure.php on line 319
Strict Standards: Non-static method Configure::read() should not be called statically in /var/www/clients/client1/web85/web/cake/basics.php on line 122
Strict Standards: Non-static method Configure::getInstance() should not be called statically in /var/www/clients/client1/web85/web/cake/libs/configure.php on line 319
Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/clients/client1/web85/web/cake/basics.php:326) [CORE/cake/libs/controller/controller.php, line 646]
Code |
Context$status = "Location: https://wiltonsoftware.com/posts/no_access"
Strict Standards: Non-static method Configure::read() should not be called statically in
/var/www/clients/client1/web85/web/cake/basics.php on line
324
Strict Standards: Non-static method Configure::getInstance() should not be called statically in
/var/www/clients/client1/web85/web/cake/libs/configure.php on line
319
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 646
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 627
PostsController::view() - APP/controllers/posts_controller.php, line 86
Object::dispatchMethod() - CORE/cake/libs/object.php, line 115
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
require - APP/webroot/index.php, line 84
[main] - CORE/index.php, line 79
(default) 1 query took 1 ms
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
| 1 | SELECT `Post`.`id`, `Post`.`url`, `Post`.`title`, `Post`.`icon`, `Post`.`metadesc`, `Post`.`metakeys`, `Post`.`categories`, `Post`.`tease`, `Post`.`body`, `Post`.`private_body`, `Post`.`created`, `Post`.`modified`, `Post`.`status`, `Post`.`allow_comments`, `Post`.`tags`, `Post`.`hitcount`, `Post`.`hitcount_rss` FROM `posts` AS `Post` WHERE `Post`.`url` IS NULL LIMIT 1 | | 0 | 0 | 1 |